google.golang.org/grpc/internal/transport.earlyAbortStream.status (field)

9 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L153: 	status         *status.Status
		controlbuf.go#L843: 		{Name: "grpc-status", Value: strconv.Itoa(int(eas.status.Code()))},
		controlbuf.go#L844: 		{Name: "grpc-message", Value: encodeGrpcMessage(eas.status.Message())},
		http2_server.go#L486: 			status:         status.New(codes.Internal, errMsg),
		http2_server.go#L506: 			status:         status.Newf(codes.InvalidArgument, "invalid gRPC request content-type %q", contentType),
		http2_server.go#L516: 			status:         headerError,
		http2_server.go#L576: 			status:         status.New(codes.Internal, errMsg),
		http2_server.go#L597: 				status:         stat,
		http2_server.go#L611: 			status:         status.New(codes.DeadlineExceeded, context.DeadlineExceeded.Error()),